home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / bfx2wc.zip / BFX-CAT.BAT next >
DOS Batch File  |  1992-12-02  |  148b  |  12 lines

  1. If %1==16800 goto FAST
  2.  
  3. wildcat /B %1%3
  4. goto END
  5.  
  6. :FAST
  7. rem This handles 16800 connections
  8. echo call fast
  9. Call BFX-FAST 19200 %3%
  10.  
  11. :END
  12.